window: Respect widget cursors
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Apr 2020 18:35:02 +0000 (14:35 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 10 Apr 2020 18:36:55 +0000 (14:36 -0400)
commit7379c34a393f7b9af3a301ad05c2531785ddb554
tree00242ca31969ff2762cd46d270159aa1af9b9268
parent394ea32e93cab4253e7dd595f2a13824421f6d03
window: Respect widget cursors

gtk_widget_set_cursor can be used on a GtkWindow; we
should not blow away the result when temporarily installing
resize cursors.
gtk/gtkwindow.c